home *** CD-ROM | disk | FTP | other *** search
/ University of Pittsburgh…tware Toolkit - Fall 2002 / Toolkit.iso / mac / Macintosh 9.x / Connectivity / Kerberos for Mac 4.0 / Mac OS 9 SDK 4.0 / Kerberos / ClassicGlue / ErrorLib.glue.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-02-20  |  2.3 KB  |  53 lines  |  [TEXT/CWIE]

  1. /* $Copyright:
  2.  *
  3.  * Copyright 1998-2000 by the Massachusetts Institute of Technology.
  4.  * 
  5.  * All rights reserved.
  6.  * 
  7.  * Export of this software from the United States of America may require a
  8.  * specific license from the United States Government.  It is the
  9.  * responsibility of any person or organization contemplating export to
  10.  * obtain such a license before exporting.
  11.  * 
  12.  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and distribute
  13.  * this software and its documentation for any purpose and without fee is
  14.  * hereby granted, provided that the above copyright notice appear in all
  15.  * copies and that both that copyright notice and this permission notice
  16.  * appear in supporting documentation, and that the name of M.I.T. not be
  17.  * used in advertising or publicity pertaining to distribution of the
  18.  * software without specific, written prior permission.  Furthermore if you
  19.  * modify this software you must label your software as modified software
  20.  * and not distribute it in such a fashion that it might be confused with
  21.  * the original MIT software. M.I.T. makes no representations about the
  22.  * suitability of this software for any purpose.  It is provided "as is"
  23.  * without express or implied warranty.
  24.  * 
  25.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  26.  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  27.  * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  28.  * 
  29.  * Individual source code files are copyright MIT, Cygnus Support,
  30.  * OpenVision, Oracle, Sun Soft, FundsXpress, and others.
  31.  * 
  32.  * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
  33.  * and Zephyr are trademarks of the Massachusetts Institute of Technology
  34.  * (MIT).  No commercial use of these trademarks may be made without prior
  35.  * written permission of MIT.
  36.  * 
  37.  * "Commercial use" means use of a name in a product or other for-profit
  38.  * manner.  It does NOT prevent a commercial firm from referring to the MIT
  39.  * trademarks in order to convey information (although in doing so,
  40.  * recognition of their trademark status should be given).
  41.  * $
  42.  */
  43.  
  44. /* $Header: /cvs/macdev/mit/lib/ErrorLib/ClassicGlue/ErrorLib.glue.h,v 1.2 2000/02/22 20:37:48 meeroh Exp $ */
  45.  
  46. #ifndef __ERRORLIB_CFMGLUE__
  47. #define __ERRORLIB_CFMGLUE__
  48.  
  49. /* Prototype for checking if the library is there */
  50.  
  51. Boolean ErrorLibraryIsPresent(void);
  52.  
  53. #endif /* __DESLIB_CFMGLUE__ */